home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / naus0.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  413b  |  15 lines

  1. struct naus0  {
  2.    struct {
  3.      unsigned char flag;
  4.      struct save_7927 *sbuf;    /* save buffer ptr for logical screen */
  5.            } ls[9];             /* maximum 9 logical screens */
  6.      char id[4][9];
  7.                };
  8. #define SAVEB    0x80
  9. #define NOSAVEB  0xff-0x80
  10. #define LS_ACT   0x40
  11. #define LS_SESS  0x20
  12. #define LS_NOACT 0xff-0x40
  13. #define LS_NOSESS 0xff-0x20 
  14. #define VT_ACT   0x80
  15.